home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / telecom / qemmter4.zip / NC.BAT < prev    next >
DOS Batch File  |  1996-06-10  |  713b  |  22 lines

  1. @Echo off
  2.  
  3. C:\TE\TERMINAT /F %1 %2 %3 %4 %5
  4.  
  5. GOTO END
  6.  
  7. Rem        This file belongs to Terminate the final terminal program
  8. Rem                Copyright 1992,96 by Strathrory Systems Ltd.
  9. Rem
  10. Rem    This file will start up the filemanager in Terminate
  11. Rem
  12. Rem    There is no need to include the Terminate directory in your PATH
  13. Rem    statement. Just specify the complete path to the TERMINAT.EXE file.
  14. Rem    Just change line 3 to your direct path to the TERMINAT.EXE file and
  15. Rem    move this file (NC.BAT) to a directory in your PATH (C:\BAT,C:\DOS).
  16. Rem    Then you can start the filemanager from anywhere just by typing NC.
  17. Rem
  18. Rem    Try TERMINAT ? for a list of all options
  19.  
  20. :END
  21. EXIT
  22.